home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_85 / frame_15 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  153 b   |  12 lines

  1. stop();
  2. tellTarget("/")
  3. {
  4.    if(notMute)
  5.    {
  6.       Snd.gotoAndPlay("EatFruit");
  7.    }
  8. }
  9. _root.score += fval;
  10. F.kval = fval;
  11. F.gotoAndPlay(2);
  12.